body
{
	background-image:url(../images/Undersea%20Background%20Bubbles%20flip.png);
	background-color: #8ab5d5;
	background-repeat:repeat-x;
	font-family: ariel, sans-serif;
	font-size: 12px;
	position: relative;
	line-height: 15px;
	color: #333333;
	height: 100%;
	width: 100%;
	text-align:center;
}

strong{
    font-weight: bold;
}

a
{
    text-decoration: none;
    color: #52A5D4;
}

a:hover
{
    color: #1885BE;
}

p
{
    padding-top: 5px;
    padding-bottom: 5px;
}

h1
{
   	font-size: 1.3em;
    color: #001F39;
    padding-top: 5px;
    padding-bottom: 5px;
	font-weight: bold;
}

h2
{

    font-size: 1.3em;
    color: #1885BE;
    padding-top: 5px;
    padding-bottom: 5px;
}

h3
{
    font-size: 1.3em;
    color: #001F39;
    padding-top: 5px;
    padding-bottom: 5px;
}

.lightblue
{
    color: #52A5D4;
}

.darkblue
{
    color: #1885BE;
}

.darkerblue
{
    color: #001F39;
}
.darkerblue:hover
{
    color: #001F39;
}
.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

ul li
{

    padding-left: 15px;
    background:url('../images/bullet.gif') no-repeat left bottom;
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-bottom: 5px;
    margin-top: 5px;

}

.ruler
{
    background: url('../images/ruler.png') no-repeat left top;
    width: 946px;
    height: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.short-ruler
{
    background: url('http://www.hiretorque.co.uk/Subsea%20Section/images/short-ruler.jpg') no-repeat left top;
    width: 699px;
    height: 7px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.vshort-ruler
{
    /*background: url('http://www.hiretorque.co.uk/Subsea%20Section/images/vshort-ruler.png') no-repeat left top;*/
    width: 276px;
    height: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.image-box
{
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
}


.box
{
    background: url('../images/box.png') no-repeat left top;
    height: 131px;
    width: 235px;
    float: left;
    margin-left: 0px;
}

.box h3
{
    color: #fff;
    padding-left: 20px;
    padding-top: 20px;
}

.box p
{
    padding-left: 20px;
    width: 200px;
    color: #fff;
}

.box a
{
    color: #fff;
	cursor: hand; cursor: pointer;
}

form input.input-box
{
    border: 1px solid #ccc;
    width: 200px;
    padding: 5px;
}
form select.input-box
{
	border: 1px solid #ccc;
    width: 212px;
    padding: 5px;
}

form textarea
{
    border: 1px solid #ccc;
    width: 270px;
    height: 100px;
    padding: 5px;
    font-family: ariel, sans-serif;
    font-size: 12px;
}

form input.submit{
    background:url('../images/submit.png') no-repeat scroll 0 0;
    border:0 none;
    padding:4px;
    width:118px;
    height:31px;
    color:#FFF;
    margin-right: 10px;

}

#main
{
    width: 974px;
    margin: 0 auto;
   	padding-top:50px;
    position: relative;
	text-align:left;
}

#nav
{
    color: #fff;
    font-family: ariel, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: -8px;
    position: absolute;
    margin-left: 90px;

}

#nav-left
{
    background: url('../images/nav-left.png') no-repeat left top;
    height: 57px;
    width: 25px;
    float: left;
}

#nav-right
{
    background: url('../images/nav-right.png') no-repeat left top;
    height: 57px;
    width: 25px;
    float:left;
}

#nav-repeat
{
    background: url('../images/nav-repeat.png') repeat-x left top;
    float: left;
    height: 57px;
}

.nav-item
{
    float: left;
    margin-top: 22px;
    margin-left: 3px;
    margin-right: 3px;
    height: 29px;
	position: relative;
}

.nav-item a
{
    color: #fff;
    text-decoration: none;
}

.nav-item a:hover
{

}

#nav-repeat .current
{
    background: url('http://www.hiretorque.co.uk/Subsea%20Section/css/images/nav-current-arrow.png') no-repeat center bottom;
}

.nav-div
{
    background:url(../images/nav-div.png) no-repeat left top;
    float: left;
    height: 40px;
    width: 10px;
    margin-top: 5px;
}

.nav-dropdown
{
    background: url('http://www.hiretorque.co.uk/Subsea%20Section/css/images/nav-dropdown-arrow.png') no-repeat left top;
    padding-right: 10px;
}

.nav-submenu
{
    display: none;
    position: absolute;
    background-color: #0F2844;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 150px;
    z-index: 500;
	width: 150px;
	left: -8px;
	top: 29px;
}

.nav-submenu ul li
{
    background: none;
    padding-left: 0px;
    padding: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #194576;

}

.nav-submenu ul li a
{
    color: #fff;
    text-decoration: none;
}

.nav-submenu ul li:hover
{
    background-color: #194576;

}

#header
{
    padding-top: 25px;
    width: 100%;
}

#htl-logo
{
    float: left;
}

#banner
{
    float: left;
    margin-top: 23px;
    margin-left: 20px;
    width: 490px;
}

#banner-shadow
{
    background: url('../images/banner-shadow.jpg') no-repeat center bottom;
    height: 102px;
}

#banner-outer-border
{
    border: #cccccc solid 1px;

}

#banner-content
{
    border: #f4f5f6 solid 2px;
    width: 487px;
    height: 90px;
    overflow: hidden;
}

#contact-banner
{
    float: left;
    margin-top: 23px;
    margin-left: 10px;
    width: 293px;
}

#contact-banner-shadow
{
    background: url('../images/contact-banner-shadow.jpg') no-repeat center bottom;
    height: 102px;
}

#contact-banner-outer-border
{
    border: #cccccc solid 1px;

}

#contact-banner-content
{
    border: #f4f5f6 solid 2px;
    width: 285px;
    height: 90px;
}

#contact-banner-content-contact
{
    float: left;
    padding-left: 7px;
    border-right: 1px dotted #ccc;
    margin-top: 0;
    padding-right: 7px;
}
#contact-banner-content-contact h3
{
    padding: 2px 0;
    font-size: 1.2em;
    font-weight:bold;
}
#contact-banner-content-contact p{
    font-size: 11px;
    line-height: 13px;
    padding: 0;
}
#content-banner-content-livehelp
{
    float: left;
    padding-left: 5px;
    width: 112px;

}

#livechat
{
    margin-left: 5px;
}


#content
{
    width: 940px;
}

#page-top
{
    background: url('../images/background-top.png') no-repeat left top;
    height: 10px;
    width: 974px;
    margin: 0px;
    padding: 0px;

}

#page-content
{
    background: url('../images/background-repeat.png') repeat-y left top;
    width: 974px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
}

#page-bottom
{
    background: url('../images/background-bottom.png') no-repeat left top;
    height: 10px;
    width: 974px;
}

#footer
{
    margin-top: 0px;
    width: 940px;
}

#footer #copyright
{
    float: left;
}

#footer #allmedia
{
    float: right;
}

#footer #allmedia a
{
    color: #000;
    text-decoration: none;
}

.allmedia
{
    color: #ff6600
}


.left-hook
{
    margin-left: -23px;
    display: block;
    zoom: 1;
    position: relative;

}

.left-hook .hook-left
{
    background: url('../images/hook-left.png') no-repeat left top;
    height: 44px;
    width: 29px;
    float: left;
    position: relative;
    zoom: 1;
  
}

.left-hook .hook-content
{
    background: url('../images/hook-repeat.png') repeat-x left top;
    height: 38px;
    min-width: 165px;
    float: left;
      padding-right: 3px;
      padding-top: 1px;
}

.left-hook .hook-content h2
{
    color: #fff;
    font-family: ariel, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.left-hook .hook-content h1
{
    color: #fff;
    font-family: ariel, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.left-hook .hook-right-end
{
    background: url('../images/hook-right-end.png') no-repeat left top;
    height: 44px;
    width: 13px;
    float: left;
}

.right-hook
{
    margin-right: -27px;
    position: relative;
    zoom: 1;

}

.right-hook .hook-right
{
    background: url('../images/hook-right.png') no-repeat left top;
    height: 44px;
    width: 29px;
    float: right;
}

.right-hook .hook-content
{
    background: url('../images/hook-repeat.png') repeat-x left top;
    height: 38px;
    min-width: 188px;
    float: right;  
    padding-top: 1px;

}

.right-hook .hook-content h2
{
    color: #fff;
    font-family: ariel, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.right-hook .hook-content h1
{
    color: #fff;
    font-family: ariel, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.right-hook .hook-left-end
{
    background: url('../images/hook-left-end.png') no-repeat left top;
    height: 44px;
    width: 13px;
    float: right;
}

#side-menu
{
    background: url('../images/vert-div.jpg') no-repeat right top;
    padding-right:15px;
	width:215px;
    float: left;
    min-height: 200px;
}

#side-menu ul li
{
    padding-left: 10px;
    background: url('../images/bullet.gif') no-repeat left bottom;
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-bottom: 5px;
    margin-top: 5px;

}


#side-menu a{
    color: #001F39;
    font-size: 1.3em;
    font-weight: 600;
}

#sub-side-menu
{

}

#sub-side-menu li
{
    background: none!important;
}

#sub-side-menu li a
{
    color: #52A5D4;
    font-size: 1em;
    font-weight: 600;
}

#bottom-menu
{
    width: 960px;
    margin-left: 20px;
    padding-bottom: 100px;
    margin-top: 25px;
}

#bottom-menu table
{
    width: 100%;
}

#bottom-menu td
{
    padding-left: 15px;
    border-right: 1px dotted #52748D;

}

#bottom-menu td.last
{
    border-right: none;
}

#bottom-menu .bottom-menu-item h4 a
{
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
}

#bottom-menu .bottom-menu-item ul
{
    margin-top: 13px;

}

#bottom-menu .bottom-menu-item ul li
{
    background: none;
    padding-left: 0px;
    list-style-type:disc;
    list-style-position: inside;
    padding-top: 4px;
    padding-bottom: 4px;
	color:#FFFFFF;
}

#bottom-menu .bottom-menu-item ul li a
{
    color: #FFF;
}

#middle-col
{
    background: url('../images/vert-div.jpg') no-repeat right top;
    padding-right: 25px;
    margin-left: 5px;
    float: left;
    width: 300px;
}

#right-col
{
    float: left;
    width: 350px;
}


/* Home Page CSS */

#home-middle-left
{
    width: 209px;
    float: left;
    margin-right: 25px;
}



#home-image-accordion
{
    margin-top: 15px;
    background-color: #000;
    width: 940px;
    height: 300px;
}

#home-midde
{
    height: 130px;
}

#home-bottom-left
{
    float: left;
    width: 400px;
    border-right: 1px dotted #ccc;
    padding-right: 20px;
    margin-top: 43px;
}

#home-header
{
    position: absolute;
    display: block;
    top: 685px;
}


#home-bottom-middle
{
    float: left;
    height: 293px;
    margin-left: 10px;
    overflow: hidden;
    width: 300px;

}

#home-bottom-right
{
    width: 518px;
    float: right;
}

#home-bottom-right p
{
    padding-left: 10px;
}
.home-right-text{
	width:150px;
	margin-top: 50px;
}
.home-map-right{
	background: url("../images/home-page-map.jpg") no-repeat scroll right bottom transparent;
    height: 293px;
}
/* Meet the team */

#departments
{
    margin-top: 20px;
}

#departments .department
{
    padding-bottom: 10px;
}

#departments .department .thumbnail
{
    float: left;
    padding: 3px 3px 0px 3px;
    border: 1px solid #ccc;
    width: 61px;
    height: 66px;
    margin-right: 10px;
}


#departments .department-info
{
    float: left;
    width: 220px;
}

#departments a
{
    color: #001F39;
}

#employees
{
    margin-top: 20px;
}

#employees .employee
{
    padding-top: 7px;
    padding-bottom: 7px;
}

#employees .employee a
{
    font-size: 1.5em;
    color: #001F39;
    padding-top: 5px;
    padding-bottom: 5px;
}

#employees .employee a:hover
{
    font-size: 1.5em;
    color: #52A5D4;
    padding-top: 5px;
    padding-bottom: 5px;
}

#employees .current a
{
    font-size: 1.5em;
    color: #52A5D4;
    padding-top: 5px;
    padding-bottom: 5px;
}



#employee .thumbnail
{
    float: left;
    margin-right: 15px;

    border: 1px solid #ccc;
    padding: 3px 3px 0px 3px;
    margin-bottom: 15px;
}

#employee .info
{
    float: left;
}


/* Contact Us */

#contacts
{

}

#contacts .contact
{
    padding-bottom: 30px;
}

#contacts .contact .name
{
    font-size: 1.5em;
    color: #001F39;
    padding-top: 5px;
    padding-bottom: 5px;
}

#contacts .contact .region
{
    font-size: 1.5em;
    color: #1885BE;
    padding-top: 5px;
    padding-bottom: 5px;
}

#contacts .contact .address
{
    float: left;

    width: 160px;
}

#contacts .contact .contact-info
{
    float: left;
}

/* products */

#products .row .product
{
    float: left;
    margin-right: 8px;
}

.product {width:228px;
}


#products .row .product .image
{
    padding: 3px 3px 3px 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 218px;
    height: 109px;
    text-align: center;
}

#products h2
{
	font-weight: bold;
    width: 225px;
	height: 30px;
}

#product .pdf
{
    margin-left: -3px;
}

#product-gallery
{
    background: #53A5D5 url('../images/gallery_background.jpg') no-repeat bottom left;
    width: 370px;
    padding-left: 10px;
    padding-top: 10px;
}

#product-gallery h2
{
    color: #fff;

}

.gallery
{

}

#product-gallery .gallery .main-image
{
    text-align: center;
    float: left;
}



#product-gallery .gallery a img
{
	border:4px solid white;

}

#product-gallery .gallery .side-image
{

	   text-align: center;
    float: left;
    margin-left: 7px;
    margin-bottom: 1px;
}



#product-gallery form
{
    padding-left: 10px;
    width: 223px;
}


/* Technical */

.getpdf
{
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 5px;
}

.getpdf .getadobe
{
    float: left;
    margin-right: 3px;
}

#technical-accord
{
    background-color: #fff;
    margin-top: 20px;
}

#technical-accord .header
{
    color: #fff;
    padding-top: 10px;
    cursor: pointer;
    display: block;
    position: relative;
}


#technical-accord .pdfs .col
{
    margin: 15px;
    float: left;
}


/* Services */


#service-gallery
{
    background: #53A5D5 url('../images/gallery_background.jpg') no-repeat bottom left;
    width: 370px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#service-gallery h2
{
    color: #fff;
}

.gallery
{

}

#service-gallery .gallery .main-image
{
    width: 352px;

    text-align: center;
    margin-bottom: 10px;


}

#service-gallery .gallery .main-image img
{
    background-color: #fff;
    padding: 4px;
}

#service-gallery .gallery .bottom-image
{
    width: 61px;
    height: 61px;
    background-color: #fff;
    padding: 4px;
    text-align: center;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}

/* ============ */
/* = News     = */
/* ============ */

#news_slider {padding-top:10px;padding-bottom:10px;}


.padding_top {padding-top:7px;}

.news_page {width:100%;border-top:1px dashed #cccccc;border-bottom:1px dashed #cccccc;padding-top:8px;padding-bottom:8px;font-size:12px;}
.news_list {font-weight:bold; }

.image {width:125px;height:125px;}

.width_600 {width:600px; }

#pagination {padding-top:5px;padding-bottom:5px; }
#pagination div {padding:1px; padding-left: 5px; }


.width_225 {width:225px;}
.width_290 {width:290px; }
.width_300 {width:310px; }
.width_260 {width:225px; }
.width_550 {width:500px; }
.border_right {border-right:1px dashed #cccccc; }
.border_left {border-left:1px dashed #cccccc; }
.division-colour-alt { font-color:blue; }
.large {font-size:18px; font-weight:bold;padding-bottom:5px; }
.small {font-size:12px; }

.news_item.row
{
    background-color: #E0E8EF;


}

.news_item a
{
    color: #005293;
}



/* ============ */
/* =  Pagination     = */
/* ============ */


.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 8px;
    padding-bottom:3px;
    border: 1px solid #ccc;
    font-weight: bold;
}

.toggler:hover {color:#2950A4 !important; cursor: pointer;}

.pagination .current {

    background-repeat:no-repeat;
    color: #000 !important;
    background-color: #E0E8EF;
}

/* request catelogue */

#request_form label
{
    float: left;
    width: 100px;
}

#request_form .power-team
{
    margin-top: 10px;
}

#request_form .power-team label
{
    background-color: #DFF4FF;
    border: 1px dotted #52A5D4;
    padding: 3px;
    width: 450px;
}

#request_form .power-team input
{
    margin-top: 5px;
}


#calculator
{
    margin-top: 30px;

}

#calculator td
{
    padding-top: 10px;
}


/* ask nutty */

#asknutty
{
    background-image: url('http://www.hiretorque.co.uk/Subsea%20Section/images/nutty_background.png');
    width: 242px;
    height: 600px;
    margin: 0px 10px 10px 10px;
}

#asknutty textarea
{
    position: absolute;
    width: 157px;
    height: 45px;
    border: none;
    top: 475px;
    left: 46px;
}

#asknutty #more
{
    position: absolute;
    top: 445px;
    left: 190px;
  text-decoration: underline;
    color: #001F39;
    cursor: pointer;
    display: none;
}

#asknutty #ask
{

    position: absolute;
    top: 538px;
    left: 150px;
  

}

#asknutty #answer
{
    background-color: none;
    width: 170px;
    height: 145px;
    top: 315px;
    left: 45px;
    position: absolute;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
}
#flash-container{
	width:100%;
}
#flash-bg{
	height:1600px;
	position:fixed;
	width:2000px;
	top:0;
}
.footersnow{
	background:url("http://www.hiretorque.co.uk/Subsea%20Section/images/snow-footer.png") repeat-x scroll 0 0 transparent;
	bottom:0;
	height:50px;
	position:fixed;
	width:100%;
	z-index:-1;
}
.navsnow{
	background:url("http://www.hiretorque.co.uk/Subsea%20Section/images/nav-top.png") no-repeat scroll 0 0 transparent;
	height:40px;
	left:102px;
	position:absolute;
	top:22px;
	width:760px;
	z-index:1000;
}
.enquire-container-first ul{
	margin-left: 10px;	
}
.enquire-container-first li{
	background: none repeat scroll 0 0 transparent;
    list-style: disc outside none;
    padding-left: 0;
    padding: 0;
}
.enquire-container ul{
	margin-left: 10px;	
}
.enquire-container li{
	background: none repeat scroll 0 0 transparent;
    list-style: disc outside none;
    padding-left: 0;
    padding: 0;
}
.enquire-container{
	background:url("../images/line-bg.png") no-repeat top center;
	margin: 16px 0;
    padding: 16px 0;
}
.enquire_form p{
	color: #FFFFFF;
    padding: 3px 0;
}
.enquire_form{
	background:url("http://www.hiretorque.co.uk/Subsea%20Section/images/enquire-form-bg.png") no-repeat;
	height: 170px;
    padding: 5px;
    width: 302px;
}

.enquire_form input{
	border: 1px solid #CCCCCC;
    padding: 3px;
    width: 150px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    font-size: 10px;
}

/********* form selection ***********/

.half-label {
	float:left;
	margin-top:8px;
	width:100px;
}

.half-box {
	width:100px !important;float:left;
}

.onethird {
	float:left;
	width:150px;
	padding-right:30px;
}

.twothird {
	float:left; 
	width:95px  !important;;
}

.uploadifyQueueItem {
	width:100%;
	
}

.uploadifyQueueItem {
	clear:both;
	margin-bottom:5px;
	border:1px solid grey;
	background-color:white;
	padding:5px;
}


.cancel {
	float:left;
	width:25px;
}
.box{
	position: relative;
}
.block-link{
    bottom: 4px;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
select.expand {
    width: auto;
}
.social-icons{
	margin-top: 10px;
    position: absolute;
    right: 10px;
}


/********************HTL FRIEND**********************/
.htl-friend{
	margin: 12px 0 0 -4px;
}
.email-friend-container{
	width:536px;
	min-height:236px;
	background:url("http://www.hiretorque.co.uk/Subsea%20Section/images/email-friend-bg.png") no-repeat scroll 230px top #ffffff;
	padding:15px;
}
.email-friend-container .row{
	margin: 12px 0;
}
.email-friend-container label{
	color: #002F60;
    font-size: 15px;
    font-weight: bold;
    margin-right: 6px;
}
.email-friend-container .text-input{
	margin-right: 20px;
    width: 194px;
}
.email-friend-container h1{
	color:#1a79c0;
	font-size:21px;
	font-weight:bold;
	margin-bottom: 10px;
}
.email-friend-container h2{
	color:#1a79c0;
	font-size:15px;
	font-weight:bold;
}
.email-friend-container .sent-btn{
	float:right;
}
.email-friend-container .details-title{
	color:#002f60;
	font-size:15px;
	font-weight:bold;
}
.email-friend-container .product-name{
	font-size:15px;
	font-weight:bold;
	color:#1a79c0;
}
.email-friend-container .product-details{
	float: left;
    margin-top: 22px;
    width: 420px;
}